home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / TeXsource / commontex / h / eval < prev    next >
Encoding:
Text File  |  1988-04-08  |  538 b   |  22 lines

  1. /*
  2.  *    Copyright 1986, 1987 Pat Joseph Monardo. All rights reserved.
  3.  *    Copying of this file is granted according to the provisions 
  4.  *    specified in the file COPYING which must accompany this file.
  5.  *    Copying of this file is granted according to the provisions 
  6.  *    specified in the file COPYING which must accompany this file.
  7.  */
  8.  
  9.  
  10. /*
  11.  *        eval.h
  12.  */
  13.  
  14. int        main_control();
  15. int        app_space();
  16. int        insert_dollar_sign();
  17. int        you_cant();
  18. int        report_illegal_case();
  19. bool    privileged();
  20. int        missing_font();
  21. bool    its_all_over();
  22.